home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freelog 101
/
FreelogNo101-JanvierFevrier2011.iso
/
Internet
/
eM Client
/
setup.msi
/
eMClient.cab
/
IceWarpServerInterfacePluginFile
/
0
/
RCDATA
/
TCONTENTMOVETOFOLDERFORM
/
TCONTENTMOVETOFOLDERFORM.txt
Wrap
Text File
|
2010-10-15
|
4KB
|
160 lines
object ContentMoveToFolderForm: TContentMoveToFolderForm
Left = 318
Top = 182
Width = 696
Height = 538
BorderStyle = bsSizeToolWin
Caption = 'Folders'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Microsoft Sans Serif'
Font.Style = []
KeyPreview = True
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
OnCreate = FormCreate
OnKeyPress = FormKeyPress
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object ACLPanel: TPanel
Left = 0
Top = 0
Width = 688
Height = 511
Align = alClient
BevelOuter = bvNone
TabOrder = 0
object BottomPanel: TPanel
Left = 0
Top = 480
Width = 688
Height = 31
Align = alBottom
BevelOuter = bvNone
TabOrder = 0
DesignSize = (
688
31)
object UnsetGAL: TTntButton
Tag = 1
Left = 285
Top = 6
Width = 195
Height = 23
Anchors = [akLeft, akBottom]
Caption = 'Reset Global Address List (GAL) Flag'
TabOrder = 5
Visible = False
OnClick = SetGALButtonClick
end
object EditButton: TTntButton
Left = 2
Top = 6
Width = 111
Height = 23
Anchors = [akLeft, akBottom]
Caption = 'Set ACL...'
TabOrder = 0
Visible = False
OnClick = FolderListDblClick
end
object OKButton: TTntButton
Left = 484
Top = 6
Width = 90
Height = 23
Anchors = [akLeft, akBottom]
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 3
end
object CancelButton: TTntButton
Left = 579
Top = 6
Width = 90
Height = 23
Anchors = [akLeft, akBottom]
Caption = 'Cancel'
ModalResult = 2
TabOrder = 4
end
object SetGALButton: TTntButton
Left = 285
Top = 6
Width = 195
Height = 23
Anchors = [akLeft, akBottom]
Caption = 'Set As Global Address List (GAL)'
TabOrder = 2
Visible = False
OnClick = SetGALButtonClick
end
object DirectoryMappingButton: TTntButton
Left = 117
Top = 6
Width = 164
Height = 23
Anchors = [akLeft, akBottom]
Caption = 'Files Directory Mapping...'
TabOrder = 1
Visible = False
OnClick = DirectoryMappingButtonClick
end
end
object FolderList: TTntTreeView
Left = 0
Top = 27
Width = 688
Height = 453
Align = alClient
HideSelection = False
Images = ConfigForm.SmallImageList
Indent = 19
PopupMenu = PopupMenu
ReadOnly = True
RowSelect = True
SortType = stText
TabOrder = 1
OnChange = FolderListChange
OnDblClick = FolderListDblClick
end
object TopPanel: TPanel
Left = 0
Top = 0
Width = 688
Height = 27
Align = alTop
BevelOuter = bvNone
TabOrder = 2
DesignSize = (
688
27)
object FolderL: TTntLabel
Left = 2
Top = 6
Width = 32
Height = 13
Caption = 'Folder:'
end
object FolderEdit: TTntEdit
Left = 48
Top = 3
Width = 636
Height = 21
Anchors = [akLeft, akTop, akRight]
TabOrder = 0
end
end
end
object PopupMenu: TTntPopupMenu
OnPopup = PopupMenuPopup
Left = 645
Top = 28
end
end